-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support data instance class for user usage, and add test cases for model serialization #6
base: gearpump
Are you sure you want to change the base?
Conversation
@clockfly |
@clockfly |
Sounds good! |
|
||
import org.apache.samoa.learners.DataInstance; | ||
|
||
public class NominalDataInstance implements DataInstance { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add document about what it is.
I changed the design, there are only |
@@ -1,4 +1,4 @@ | |||
package org.apache.samoa.learners; | |||
package org.apache.samoa.learners.clusterers; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo clusterers
No description provided.